projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa67b97
)
xen: fix stale PVH comment
author
Roger Pau Monne
<roger.pau@citrix.com>
Tue, 14 Aug 2018 14:03:24 +0000
(16:03 +0200)
committer
Wei Liu
<wei.liu2@citrix.com>
Wed, 15 Aug 2018 09:23:35 +0000
(10:23 +0100)
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
xen/include/public/domctl.h
patch
|
blob
|
history
diff --git
a/xen/include/public/domctl.h
b/xen/include/public/domctl.h
index 5c3916caaf2a520cf5b2da8a56a20d92e3395d4b..ad95a8e644f57f139a24ea2f0ce6d20be4912ac3 100644
(file)
--- a/
xen/include/public/domctl.h
+++ b/
xen/include/public/domctl.h
@@
-49,7
+49,7
@@
struct xen_domctl_createdomain {
/* IN parameters */
uint32_t ssidref;
xen_domain_handle_t handle;
- /* Is this an HVM guest (as opposed to a PV
H or PV
guest)? */
+ /* Is this an HVM guest (as opposed to a PV guest)? */
#define _XEN_DOMCTL_CDF_hvm_guest 0
#define XEN_DOMCTL_CDF_hvm_guest (1U<<_XEN_DOMCTL_CDF_hvm_guest)
/* Use hardware-assisted paging if available? */